home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / hobbies_ / 32psst10.zip / _SETUP.1 / STO32S.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-09-30  |  85KB  |  2,981 lines

  1. object Form2: TForm2
  2.   Left = 17
  3.   Top = 50
  4.   Hint = 'Use Right Mouse Button To Display Popup Menus'
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'PrimaSoft'
  8.   ClientHeight = 445
  9.   ClientWidth = 587
  10.   Color = clBlue
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Menu = MainMenu1
  17.   PixelsPerInch = 96
  18.   ShowHint = True
  19.   OnClose = FormClose
  20.   OnKeyDown = FormKeyDown
  21.   TextHeight = 16
  22.   object Panel4: TPanel
  23.     Left = 9
  24.     Top = 391
  25.     Width = 567
  26.     Height = 34
  27.     BevelInner = bvLowered
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 3
  34.     Visible = False
  35.   end
  36.   object Panel5: TPanel
  37.     Left = 280
  38.     Top = 0
  39.     Width = 24
  40.     Height = 390
  41.     Caption = 'Panel5'
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 4
  48.     object A_Btn: TColorButton
  49.       Left = 0
  50.       Top = 0
  51.       Width = 24
  52.       Height = 15
  53.       Hint = 'Jump to Page beginning with A'
  54.       BgndColor = clBtnFace
  55.       SelBgndColor = clSilver
  56.       Caption = 'A'
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       StayDown = True
  60.       TabOrder = 0
  61.       OnClick = A_BtnClick
  62.     end
  63.     object B_Btn: TColorButton
  64.       Left = 0
  65.       Top = 15
  66.       Width = 24
  67.       Height = 15
  68.       Hint = 'Jump to Page beginning with B'
  69.       BgndColor = clBtnFace
  70.       SelBgndColor = clSilver
  71.       Caption = 'B'
  72.       ParentShowHint = False
  73.       ShowHint = True
  74.       StayDown = True
  75.       TabOrder = 1
  76.       OnClick = A_BtnClick
  77.     end
  78.     object C_Btn: TColorButton
  79.       Left = 0
  80.       Top = 30
  81.       Width = 24
  82.       Height = 15
  83.       Hint = 'Jump to Page beginning with C'
  84.       BgndColor = clBtnFace
  85.       SelBgndColor = clSilver
  86.       Caption = 'C'
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       StayDown = True
  90.       TabOrder = 2
  91.       OnClick = A_BtnClick
  92.     end
  93.     object D_Btn: TColorButton
  94.       Left = 0
  95.       Top = 45
  96.       Width = 24
  97.       Height = 15
  98.       Hint = 'Jump to Page beginning with D'
  99.       BgndColor = clBtnFace
  100.       SelBgndColor = clSilver
  101.       Caption = 'D'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       StayDown = True
  105.       TabOrder = 3
  106.       OnClick = A_BtnClick
  107.     end
  108.     object E_Btn: TColorButton
  109.       Left = 0
  110.       Top = 60
  111.       Width = 24
  112.       Height = 15
  113.       Hint = 'Jump to Page beginning with E'
  114.       BgndColor = clBtnFace
  115.       SelBgndColor = clSilver
  116.       Caption = 'E'
  117.       ParentShowHint = False
  118.       ShowHint = True
  119.       StayDown = True
  120.       TabOrder = 4
  121.       OnClick = A_BtnClick
  122.     end
  123.     object F_Btn: TColorButton
  124.       Left = 0
  125.       Top = 75
  126.       Width = 24
  127.       Height = 15
  128.       Hint = 'Jump to Page beginning with F'
  129.       BgndColor = clBtnFace
  130.       SelBgndColor = clSilver
  131.       Caption = 'F'
  132.       ParentShowHint = False
  133.       ShowHint = True
  134.       StayDown = True
  135.       TabOrder = 5
  136.       OnClick = A_BtnClick
  137.     end
  138.     object G_Btn: TColorButton
  139.       Left = 0
  140.       Top = 90
  141.       Width = 24
  142.       Height = 15
  143.       Hint = 'Jump to Page beginning with G'
  144.       BgndColor = clBtnFace
  145.       SelBgndColor = clSilver
  146.       Caption = 'G'
  147.       ParentShowHint = False
  148.       ShowHint = True
  149.       StayDown = True
  150.       TabOrder = 6
  151.       OnClick = A_BtnClick
  152.     end
  153.     object H_Btn: TColorButton
  154.       Left = 0
  155.       Top = 105
  156.       Width = 24
  157.       Height = 15
  158.       Hint = 'Jump to Page beginning with H'
  159.       BgndColor = clBtnFace
  160.       SelBgndColor = clSilver
  161.       Caption = 'H'
  162.       ParentShowHint = False
  163.       ShowHint = True
  164.       StayDown = True
  165.       TabOrder = 7
  166.       OnClick = A_BtnClick
  167.     end
  168.     object I_Btn: TColorButton
  169.       Left = 0
  170.       Top = 120
  171.       Width = 24
  172.       Height = 15
  173.       Hint = 'Jump to Page beginning with I'
  174.       BgndColor = clBtnFace
  175.       SelBgndColor = clSilver
  176.       Caption = 'I'
  177.       ParentShowHint = False
  178.       ShowHint = True
  179.       StayDown = True
  180.       TabOrder = 8
  181.       OnClick = A_BtnClick
  182.     end
  183.     object J_Btn: TColorButton
  184.       Left = 0
  185.       Top = 135
  186.       Width = 24
  187.       Height = 15
  188.       Hint = 'Jump to Page beginning with J'
  189.       BgndColor = clBtnFace
  190.       SelBgndColor = clSilver
  191.       Caption = 'J'
  192.       ParentShowHint = False
  193.       ShowHint = True
  194.       StayDown = True
  195.       TabOrder = 9
  196.       OnClick = A_BtnClick
  197.     end
  198.     object K_Btn: TColorButton
  199.       Left = 0
  200.       Top = 150
  201.       Width = 24
  202.       Height = 15
  203.       Hint = 'Jump to Page beginning with K'
  204.       BgndColor = clBtnFace
  205.       SelBgndColor = clSilver
  206.       Caption = 'K'
  207.       ParentShowHint = False
  208.       ShowHint = True
  209.       StayDown = True
  210.       TabOrder = 10
  211.       OnClick = A_BtnClick
  212.     end
  213.     object L_Btn: TColorButton
  214.       Left = 0
  215.       Top = 165
  216.       Width = 24
  217.       Height = 15
  218.       Hint = 'Jump to Page beginning with L'
  219.       BgndColor = clBtnFace
  220.       SelBgndColor = clSilver
  221.       Caption = 'L'
  222.       ParentShowHint = False
  223.       ShowHint = True
  224.       StayDown = True
  225.       TabOrder = 11
  226.       OnClick = A_BtnClick
  227.     end
  228.     object M_Btn: TColorButton
  229.       Left = 0
  230.       Top = 180
  231.       Width = 24
  232.       Height = 15
  233.       Hint = 'Jump to Page beginning with M'
  234.       BgndColor = clBtnFace
  235.       SelBgndColor = clSilver
  236.       Caption = 'M'
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       StayDown = True
  240.       TabOrder = 12
  241.       OnClick = A_BtnClick
  242.     end
  243.     object N_Btn: TColorButton
  244.       Left = 0
  245.       Top = 195
  246.       Width = 24
  247.       Height = 15
  248.       Hint = 'Jump to Page beginning with N'
  249.       BgndColor = clBtnFace
  250.       SelBgndColor = clSilver
  251.       Caption = 'N'
  252.       ParentShowHint = False
  253.       ShowHint = True
  254.       StayDown = True
  255.       TabOrder = 13
  256.       OnClick = A_BtnClick
  257.     end
  258.     object O_Btn: TColorButton
  259.       Left = 0
  260.       Top = 210
  261.       Width = 24
  262.       Height = 15
  263.       Hint = 'Jump to Page beginning with O'
  264.       BgndColor = clBtnFace
  265.       SelBgndColor = clSilver
  266.       Caption = 'O'
  267.       ParentShowHint = False
  268.       ShowHint = True
  269.       StayDown = True
  270.       TabOrder = 14
  271.       OnClick = A_BtnClick
  272.     end
  273.     object P_Btn: TColorButton
  274.       Left = 0
  275.       Top = 225
  276.       Width = 24
  277.       Height = 15
  278.       Hint = 'Jump to Page beginning with P'
  279.       BgndColor = clBtnFace
  280.       SelBgndColor = clSilver
  281.       Caption = 'P'
  282.       ParentShowHint = False
  283.       ShowHint = True
  284.       StayDown = True
  285.       TabOrder = 15
  286.       OnClick = A_BtnClick
  287.     end
  288.     object Q_Btn: TColorButton
  289.       Left = 0
  290.       Top = 240
  291.       Width = 24
  292.       Height = 15
  293.       Hint = 'Jump to Page beginning with Q'
  294.       BgndColor = clBtnFace
  295.       SelBgndColor = clSilver
  296.       Caption = 'Q'
  297.       ParentShowHint = False
  298.       ShowHint = True
  299.       StayDown = True
  300.       TabOrder = 16
  301.       OnClick = A_BtnClick
  302.     end
  303.     object R_Btn: TColorButton
  304.       Left = 0
  305.       Top = 255
  306.       Width = 24
  307.       Height = 15
  308.       Hint = 'Jump to Page beginning with R'
  309.       BgndColor = clBtnFace
  310.       SelBgndColor = clSilver
  311.       Caption = 'R'
  312.       ParentShowHint = False
  313.       ShowHint = True
  314.       StayDown = True
  315.       TabOrder = 17
  316.       OnClick = A_BtnClick
  317.     end
  318.     object S_Btn: TColorButton
  319.       Left = 0
  320.       Top = 270
  321.       Width = 24
  322.       Height = 15
  323.       Hint = 'Jump to Page beginning with S'
  324.       BgndColor = clBtnFace
  325.       SelBgndColor = clSilver
  326.       Caption = 'S'
  327.       ParentShowHint = False
  328.       ShowHint = True
  329.       StayDown = True
  330.       TabOrder = 18
  331.       OnClick = A_BtnClick
  332.     end
  333.     object T_Btn: TColorButton
  334.       Left = 0
  335.       Top = 285
  336.       Width = 24
  337.       Height = 15
  338.       Hint = 'Jump to Page beginning with T'
  339.       BgndColor = clBtnFace
  340.       SelBgndColor = clSilver
  341.       Caption = 'T'
  342.       ParentShowHint = False
  343.       ShowHint = True
  344.       StayDown = True
  345.       TabOrder = 19
  346.       OnClick = A_BtnClick
  347.     end
  348.     object U_Btn: TColorButton
  349.       Left = 0
  350.       Top = 300
  351.       Width = 24
  352.       Height = 15
  353.       Hint = 'Jump to Page beginning with U'
  354.       BgndColor = clBtnFace
  355.       SelBgndColor = clSilver
  356.       Caption = 'U'
  357.       ParentShowHint = False
  358.       ShowHint = True
  359.       StayDown = True
  360.       TabOrder = 20
  361.       OnClick = A_BtnClick
  362.     end
  363.     object V_Btn: TColorButton
  364.       Left = 0
  365.       Top = 315
  366.       Width = 24
  367.       Height = 15
  368.       Hint = 'Jump to Page beginning with V'
  369.       BgndColor = clBtnFace
  370.       SelBgndColor = clSilver
  371.       Caption = 'V'
  372.       ParentShowHint = False
  373.       ShowHint = True
  374.       StayDown = True
  375.       TabOrder = 21
  376.       OnClick = A_BtnClick
  377.     end
  378.     object W_Btn: TColorButton
  379.       Left = 0
  380.       Top = 330
  381.       Width = 24
  382.       Height = 15
  383.       Hint = 'Jump to Page beginning with W'
  384.       BgndColor = clBtnFace
  385.       SelBgndColor = clSilver
  386.       Caption = 'W'
  387.       ParentShowHint = False
  388.       ShowHint = True
  389.       StayDown = True
  390.       TabOrder = 22
  391.       OnClick = A_BtnClick
  392.     end
  393.     object X_Btn: TColorButton
  394.       Left = 0
  395.       Top = 345
  396.       Width = 24
  397.       Height = 15
  398.       Hint = 'Jump to Page beginning with X'
  399.       BgndColor = clBtnFace
  400.       SelBgndColor = clSilver
  401.       Caption = 'X'
  402.       ParentShowHint = False
  403.       ShowHint = True
  404.       StayDown = True
  405.       TabOrder = 23
  406.       OnClick = A_BtnClick
  407.     end
  408.     object Y_Btn: TColorButton
  409.       Left = 0
  410.       Top = 360
  411.       Width = 24
  412.       Height = 15
  413.       Hint = 'Jump to Page beginning with Y'
  414.       BgndColor = clBtnFace
  415.       SelBgndColor = clSilver
  416.       Caption = 'Y'
  417.       ParentShowHint = False
  418.       ShowHint = True
  419.       StayDown = True
  420.       TabOrder = 24
  421.       OnClick = A_BtnClick
  422.     end
  423.     object Z_Btn: TColorButton
  424.       Left = 0
  425.       Top = 375
  426.       Width = 24
  427.       Height = 15
  428.       Hint = 'Jump to Page beginning with Z'
  429.       BgndColor = clBtnFace
  430.       SelBgndColor = clSilver
  431.       Caption = 'Z'
  432.       ParentShowHint = False
  433.       ShowHint = True
  434.       StayDown = True
  435.       TabOrder = 25
  436.       OnClick = A_BtnClick
  437.     end
  438.   end
  439.   object PgLeft: TPanel
  440.     Left = 8
  441.     Top = 0
  442.     Width = 272
  443.     Height = 390
  444.     BevelOuter = bvNone
  445.     Color = clSilver
  446.     Font.Color = clWindowText
  447.     Font.Height = -13
  448.     Font.Name = 'System'
  449.     Font.Style = []
  450.     ParentFont = False
  451.     PopupMenu = PopupMenu1
  452.     TabOrder = 0
  453.     object Notebook1: TNotebook
  454.       Left = 0
  455.       Top = 14
  456.       Width = 272
  457.       Height = 326
  458.       Align = alClient
  459.       TabOrder = 0
  460.       object TPage
  461.         Left = 0
  462.         Top = 0
  463.         Caption = 'Page 1'
  464.         object PgL1: TPanel
  465.           Left = 0
  466.           Top = 0
  467.           Width = 272
  468.           Height = 326
  469.           Align = alClient
  470.           BevelInner = bvLowered
  471.           Ctl3D = True
  472.           Font.Color = clBlack
  473.           Font.Height = -13
  474.           Font.Name = 'Arial'
  475.           Font.Style = [fsBold]
  476.           ParentColor = True
  477.           ParentCtl3D = False
  478.           ParentFont = False
  479.           TabOrder = 0
  480.           object Label1: TLabel
  481.             Tag = 1
  482.             Left = 6
  483.             Top = 6
  484.             Width = 90
  485.             Height = 14
  486.             Caption = 'Stamp Description:'
  487.             Font.Color = clBlack
  488.             Font.Height = -11
  489.             Font.Name = 'Arial'
  490.             Font.Style = []
  491.             ParentFont = False
  492.           end
  493.           object Label2: TLabel
  494.             Tag = 2
  495.             Left = 6
  496.             Top = 59
  497.             Width = 41
  498.             Height = 14
  499.             Caption = 'Country:'
  500.             Font.Color = clBlack
  501.             Font.Height = -11
  502.             Font.Name = 'Arial'
  503.             Font.Style = []
  504.             ParentFont = False
  505.           end
  506.           object Label11: TLabel
  507.             Tag = 3
  508.             Left = 6
  509.             Top = 93
  510.             Width = 54
  511.             Height = 14
  512.             Caption = 'Short Note:'
  513.             Font.Color = clBlack
  514.             Font.Height = -11
  515.             Font.Name = 'Arial'
  516.             Font.Style = []
  517.             ParentFont = False
  518.           end
  519.           object Label3: TLabel
  520.             Tag = 4
  521.             Left = 6
  522.             Top = 115
  523.             Width = 48
  524.             Height = 14
  525.             Caption = 'Catalog #:'
  526.             Font.Color = clBlack
  527.             Font.Height = -11
  528.             Font.Name = 'Arial'
  529.             Font.Style = []
  530.             ParentFont = False
  531.           end
  532.           object Label12: TLabel
  533.             Tag = 5
  534.             Left = 126
  535.             Top = 115
  536.             Width = 47
  537.             Height = 14
  538.             Caption = 'Condition:'
  539.             Font.Color = clBlack
  540.             Font.Height = -11
  541.             Font.Name = 'Arial'
  542.             Font.Style = []
  543.             ParentFont = False
  544.           end
  545.           object Label7: TLabel
  546.             Tag = 6
  547.             Left = 6
  548.             Top = 155
  549.             Width = 60
  550.             Height = 14
  551.             Caption = 'Date Issued:'
  552.             Font.Color = clBlack
  553.             Font.Height = -11
  554.             Font.Name = 'Arial'
  555.             Font.Style = []
  556.             ParentFont = False
  557.           end
  558.           object Label5: TLabel
  559.             Tag = 7
  560.             Left = 6
  561.             Top = 195
  562.             Width = 58
  563.             Height = 15
  564.             Caption = 'Face Value:'
  565.             Font.Color = clBlack
  566.             Font.Height = -11
  567.             Font.Name = 'Arial'
  568.             Font.Style = []
  569.             ParentFont = False
  570.           end
  571.           object Label4: TLabel
  572.             Tag = 8
  573.             Left = 6
  574.             Top = 235
  575.             Width = 25
  576.             Height = 14
  577.             Caption = 'Cost:'
  578.             Font.Color = clBlack
  579.             Font.Height = -11
  580.             Font.Name = 'Arial'
  581.             Font.Style = []
  582.             ParentFont = False
  583.           end
  584.           object Label9: TLabel
  585.             Tag = 9
  586.             Left = 6
  587.             Top = 275
  588.             Width = 66
  589.             Height = 14
  590.             Caption = 'Market Value:'
  591.             Font.Color = clBlack
  592.             Font.Height = -11
  593.             Font.Name = 'Arial'
  594.             Font.Style = []
  595.             ParentFont = False
  596.           end
  597.           object Label6: TLabel
  598.             Tag = 10
  599.             Left = 126
  600.             Top = 155
  601.             Width = 64
  602.             Height = 14
  603.             Caption = 'Small Picture:'
  604.             Font.Color = clBlack
  605.             Font.Height = -11
  606.             Font.Name = 'Arial'
  607.             Font.Style = []
  608.             ParentFont = False
  609.           end
  610.           object L1: TEdit
  611.             Tag = 1
  612.             Left = 6
  613.             Top = 20
  614.             Width = 257
  615.             Height = 24
  616.             Hint = 'Enter Text Here'
  617.             AutoSelect = False
  618.             TabOrder = 0
  619.             Text = 'L1'
  620.           end
  621.           object L2: TLookup
  622.             Tag = 2
  623.             Left = 70
  624.             Top = 54
  625.             Width = 193
  626.             Height = 24
  627.             Hint = 'Click On The Down Arrow To See The Choices'
  628.             ItemHeight = 16
  629.             Sorted = True
  630.             TabOrder = 1
  631.             Text = 'L2'
  632.             Source = 'list1.dbf'
  633.           end
  634.           object L3: TEdit
  635.             Tag = 3
  636.             Left = 70
  637.             Top = 88
  638.             Width = 193
  639.             Height = 24
  640.             Hint = 'Enter Text Here'
  641.             AutoSelect = False
  642.             TabOrder = 2
  643.             Text = 'L3'
  644.           end
  645.           object L4: TEdit
  646.             Tag = 4
  647.             Left = 6
  648.             Top = 129
  649.             Width = 115
  650.             Height = 24
  651.             Hint = 'Enter Text Here'
  652.             AutoSelect = False
  653.             TabOrder = 3
  654.             Text = 'L4'
  655.           end
  656.           object L5: TLookup
  657.             Tag = 5
  658.             Left = 126
  659.             Top = 129
  660.             Width = 137
  661.             Height = 24
  662.             Hint = 'Click On The Down Arrow To See The Choices'
  663.             ItemHeight = 16
  664.             Sorted = True
  665.             TabOrder = 4
  666.             Text = 'L5'
  667.             Source = 'list2.dbf'
  668.           end
  669.           object L6: TDateEdit
  670.             Tag = 6
  671.             Left = 6
  672.             Top = 169
  673.             Width = 115
  674.             Height = 24
  675.             Hint = 'Enter Date Here'
  676.             DateFormat = 'mm/dd/yyyy'
  677.             Date = '__/__/____'
  678.             MaxLength = 10
  679.             TabOrder = 5
  680.           end
  681.           object L7: TEdit
  682.             Tag = 7
  683.             Left = 6
  684.             Top = 209
  685.             Width = 115
  686.             Height = 24
  687.             Hint = 'Enter Text Here'
  688.             AutoSelect = False
  689.             TabOrder = 6
  690.             Text = 'L7'
  691.           end
  692.           object L8: TCurrencyEdit
  693.             Tag = 8
  694.             Left = 6
  695.             Top = 249
  696.             Width = 115
  697.             Height = 24
  698.             Hint = 'Enter Number Here'
  699.             AutoSelect = False
  700.             DisplayFormat = ',0.00'
  701.             Font.Color = clBlue
  702.             Font.Height = -13
  703.             Font.Name = 'System'
  704.             Font.Style = []
  705.             ParentFont = False
  706.             TabOrder = 7
  707.           end
  708.           object L9: TCurrencyEdit
  709.             Tag = 9
  710.             Left = 6
  711.             Top = 289
  712.             Width = 115
  713.             Height = 24
  714.             Hint = 'Enter Number Here'
  715.             AutoSelect = False
  716.             DisplayFormat = ',0.00'
  717.             Font.Color = clBlue
  718.             Font.Height = -13
  719.             Font.Name = 'System'
  720.             Font.Style = []
  721.             ParentFont = False
  722.             TabOrder = 8
  723.           end
  724.           object L10: TBmpControl
  725.             Tag = 10
  726.             Left = 126
  727.             Top = 169
  728.             Width = 138
  729.             Height = 145
  730.             Hint = 'Right Mouse Click Displays Menu'
  731.             Caption = 'L10'
  732.             TabOrder = 9
  733.             ShowButtons = False
  734.           end
  735.         end
  736.       end
  737.       object TPage
  738.         Left = 0
  739.         Top = 0
  740.         Caption = 'Page 2'
  741.         object PgL2: TPanel
  742.           Tag = 1
  743.           Left = 0
  744.           Top = 0
  745.           Width = 272
  746.           Height = 326
  747.           Align = alClient
  748.           BevelInner = bvLowered
  749.           Font.Color = clBlack
  750.           Font.Height = -13
  751.           Font.Name = 'Arial'
  752.           Font.Style = [fsBold]
  753.           ParentColor = True
  754.           ParentFont = False
  755.           TabOrder = 0
  756.           object Label21: TLabel
  757.             Tag = 11
  758.             Left = 6
  759.             Top = 17
  760.             Width = 59
  761.             Height = 14
  762.             Caption = 'Paper Color:'
  763.             Font.Color = clBlack
  764.             Font.Height = -11
  765.             Font.Name = 'Arial'
  766.             Font.Style = []
  767.             ParentFont = False
  768.           end
  769.           object Label22: TLabel
  770.             Tag = 12
  771.             Left = 6
  772.             Top = 48
  773.             Width = 55
  774.             Height = 14
  775.             Caption = 'Watermark:'
  776.             Font.Color = clBlack
  777.             Font.Height = -11
  778.             Font.Name = 'Arial'
  779.             Font.Style = []
  780.             ParentFont = False
  781.           end
  782.           object Label23: TLabel
  783.             Tag = 13
  784.             Left = 6
  785.             Top = 79
  786.             Width = 33
  787.             Height = 14
  788.             Caption = 'Errors:'
  789.             Font.Color = clBlack
  790.             Font.Height = -11
  791.             Font.Name = 'Arial'
  792.             Font.Style = []
  793.             ParentFont = False
  794.           end
  795.           object Label24: TLabel
  796.             Tag = 14
  797.             Left = 6
  798.             Top = 110
  799.             Width = 47
  800.             Height = 14
  801.             Caption = 'Comment:'
  802.             Font.Color = clBlack
  803.             Font.Height = -11
  804.             Font.Name = 'Arial'
  805.             Font.Style = []
  806.             ParentFont = False
  807.           end
  808.           object Label25: TLabel
  809.             Tag = 15
  810.             Left = 6
  811.             Top = 141
  812.             Width = 27
  813.             Height = 14
  814.             Caption = 'Type:'
  815.             Font.Color = clBlack
  816.             Font.Height = -11
  817.             Font.Name = 'Arial'
  818.             Font.Style = []
  819.             ParentFont = False
  820.           end
  821.           object Label26: TLabel
  822.             Tag = 16
  823.             Left = 6
  824.             Top = 172
  825.             Width = 36
  826.             Height = 14
  827.             Caption = 'Format:'
  828.             Font.Color = clBlack
  829.             Font.Height = -11
  830.             Font.Name = 'Arial'
  831.             Font.Style = []
  832.             ParentFont = False
  833.           end
  834.           object Label27: TLabel
  835.             Tag = 17
  836.             Left = 6
  837.             Top = 203
  838.             Width = 31
  839.             Height = 14
  840.             Caption = 'Paper:'
  841.             Font.Color = clBlack
  842.             Font.Height = -11
  843.             Font.Name = 'Arial'
  844.             Font.Style = []
  845.             ParentFont = False
  846.           end
  847.           object Label28: TLabel
  848.             Tag = 18
  849.             Left = 6
  850.             Top = 234
  851.             Width = 25
  852.             Height = 14
  853.             Caption = 'Gum:'
  854.             Font.Color = clBlack
  855.             Font.Height = -11
  856.             Font.Name = 'Arial'
  857.             Font.Style = []
  858.             ParentFont = False
  859.           end
  860.           object Label29: TLabel
  861.             Tag = 19
  862.             Left = 6
  863.             Top = 265
  864.             Width = 61
  865.             Height = 14
  866.             Caption = 'Cancellation:'
  867.             Font.Color = clBlack
  868.             Font.Height = -11
  869.             Font.Name = 'Arial'
  870.             Font.Style = []
  871.             ParentFont = False
  872.           end
  873.           object Label30: TLabel
  874.             Tag = 20
  875.             Left = 6
  876.             Top = 297
  877.             Width = 56
  878.             Height = 14
  879.             Caption = 'Perforation:'
  880.             Font.Color = clBlack
  881.             Font.Height = -11
  882.             Font.Name = 'Arial'
  883.             Font.Style = []
  884.             ParentFont = False
  885.           end
  886.           object L11: TEdit
  887.             Tag = 11
  888.             Left = 73
  889.             Top = 12
  890.             Width = 190
  891.             Height = 24
  892.             Hint = 'Enter Text Here'
  893.             AutoSelect = False
  894.             TabOrder = 0
  895.             Text = 'L11'
  896.           end
  897.           object L12: TEdit
  898.             Tag = 12
  899.             Left = 73
  900.             Top = 43
  901.             Width = 190
  902.             Height = 24
  903.             Hint = 'Enter Text Here'
  904.             AutoSelect = False
  905.             TabOrder = 1
  906.             Text = 'L12'
  907.           end
  908.           object L13: TEdit
  909.             Tag = 13
  910.             Left = 73
  911.             Top = 74
  912.             Width = 190
  913.             Height = 24
  914.             Hint = 'Enter Text Here'
  915.             AutoSelect = False
  916.             TabOrder = 2
  917.             Text = 'L13'
  918.           end
  919.           object L14: TEdit
  920.             Tag = 14
  921.             Left = 73
  922.             Top = 105
  923.             Width = 190
  924.             Height = 24
  925.             Hint = 'Enter Text Here'
  926.             AutoSelect = False
  927.             TabOrder = 3
  928.             Text = 'L14'
  929.           end
  930.           object L15: TLookup
  931.             Tag = 15
  932.             Left = 73
  933.             Top = 136
  934.             Width = 190
  935.             Height = 24
  936.             Hint = 'Click On The Down Arrow To See The Choices'
  937.             ItemHeight = 16
  938.             Sorted = True
  939.             TabOrder = 4
  940.             Text = 'L15'
  941.             Source = 'list3.dbf'
  942.           end
  943.           object L16: TLookup
  944.             Tag = 16
  945.             Left = 73
  946.             Top = 167
  947.             Width = 190
  948.             Height = 24
  949.             Hint = 'Click On The Down Arrow To See The Choices'
  950.             ItemHeight = 16
  951.             Sorted = True
  952.             TabOrder = 5
  953.             Text = 'L16'
  954.             Source = 'list4.dbf'
  955.           end
  956.           object L17: TLookup
  957.             Tag = 17
  958.             Left = 73
  959.             Top = 198
  960.             Width = 190
  961.             Height = 24
  962.             Hint = 'Click On The Down Arrow To See The Choices'
  963.             ItemHeight = 16
  964.             Sorted = True
  965.             TabOrder = 6
  966.             Text = 'L17'
  967.             Source = 'list5.dbf'
  968.           end
  969.           object L18: TLookup
  970.             Tag = 18
  971.             Left = 73
  972.             Top = 229
  973.             Width = 190
  974.             Height = 24
  975.             Hint = 'Click On The Down Arrow To See The Choices'
  976.             ItemHeight = 16
  977.             Sorted = True
  978.             TabOrder = 7
  979.             Text = 'L18'
  980.             Source = 'list6.dbf'
  981.           end
  982.           object L19: TLookup
  983.             Tag = 19
  984.             Left = 73
  985.             Top = 260
  986.             Width = 190
  987.             Height = 24
  988.             Hint = 'Click On The Down Arrow To See The Choices'
  989.             ItemHeight = 16
  990.             Sorted = True
  991.             TabOrder = 8
  992.             Text = 'L19'
  993.             Source = 'list7.dbf'
  994.           end
  995.           object L20: TLookup
  996.             Tag = 20
  997.             Left = 73
  998.             Top = 292
  999.             Width = 190
  1000.             Height = 24
  1001.             Hint = 'Click On The Down Arrow To See The Choices'
  1002.             ItemHeight = 16
  1003.             Sorted = True
  1004.             TabOrder = 9
  1005.             Text = 'L20'
  1006.             Source = 'list8.dbf'
  1007.           end
  1008.         end
  1009.       end
  1010.       object TPage
  1011.         Left = 0
  1012.         Top = 0
  1013.         Caption = 'Page 3'
  1014.         object PgL3: TPanel
  1015.           Tag = 2
  1016.           Left = 0
  1017.           Top = 0
  1018.           Width = 272
  1019.           Height = 326
  1020.           Align = alClient
  1021.           BevelInner = bvLowered
  1022.           Font.Color = clBlack
  1023.           Font.Height = -13
  1024.           Font.Name = 'Arial'
  1025.           Font.Style = [fsBold]
  1026.           ParentColor = True
  1027.           ParentFont = False
  1028.           TabOrder = 0
  1029.           object TLabel
  1030.             Left = 8
  1031.             Top = 192
  1032.             Width = 4
  1033.             Height = 16
  1034.           end
  1035.           object Label41: TLabel
  1036.             Tag = 21
  1037.             Left = 6
  1038.             Top = 6
  1039.             Width = 31
  1040.             Height = 14
  1041.             Caption = 'Notes:'
  1042.             Font.Color = clBlack
  1043.             Font.Height = -11
  1044.             Font.Name = 'Arial'
  1045.             Font.Style = []
  1046.             ParentFont = False
  1047.           end
  1048.           object Label42: TLabel
  1049.             Tag = 22
  1050.             Left = 6
  1051.             Top = 196
  1052.             Width = 58
  1053.             Height = 14
  1054.             Caption = 'Attachment:'
  1055.             Font.Color = clBlack
  1056.             Font.Height = -11
  1057.             Font.Name = 'Arial'
  1058.             Font.Style = []
  1059.             ParentFont = False
  1060.           end
  1061.           object Label43: TLabel
  1062.             Tag = 23
  1063.             Left = 138
  1064.             Top = 196
  1065.             Width = 48
  1066.             Height = 14
  1067.             Caption = 'Custom 1:'
  1068.             Font.Color = clBlack
  1069.             Font.Height = -11
  1070.             Font.Name = 'Arial'
  1071.             Font.Style = []
  1072.             ParentFont = False
  1073.           end
  1074.           object Label44: TLabel
  1075.             Tag = 24
  1076.             Left = 6
  1077.             Top = 236
  1078.             Width = 48
  1079.             Height = 14
  1080.             Caption = 'Custom 2:'
  1081.             Font.Color = clBlack
  1082.             Font.Height = -11
  1083.             Font.Name = 'Arial'
  1084.             Font.Style = []
  1085.             ParentFont = False
  1086.           end
  1087.           object Label45: TLabel
  1088.             Tag = 25
  1089.             Left = 138
  1090.             Top = 236
  1091.             Width = 48
  1092.             Height = 14
  1093.             Caption = 'Custom 3:'
  1094.             Font.Color = clBlack
  1095.             Font.Height = -11
  1096.             Font.Name = 'Arial'
  1097.             Font.Style = []
  1098.             ParentFont = False
  1099.           end
  1100.           object Label46: TLabel
  1101.             Tag = 26
  1102.             Left = 6
  1103.             Top = 276
  1104.             Width = 48
  1105.             Height = 14
  1106.             Caption = 'Custom 4:'
  1107.             Font.Color = clBlack
  1108.             Font.Height = -11
  1109.             Font.Name = 'Arial'
  1110.             Font.Style = []
  1111.             ParentFont = False
  1112.           end
  1113.           object Label47: TLabel
  1114.             Tag = 27
  1115.             Left = 138
  1116.             Top = 276
  1117.             Width = 48
  1118.             Height = 14
  1119.             Caption = 'Custom 5:'
  1120.             Font.Color = clBlack
  1121.             Font.Height = -11
  1122.             Font.Name = 'Arial'
  1123.             Font.Style = []
  1124.             ParentFont = False
  1125.           end
  1126.           object L21: TMemo
  1127.             Tag = 21
  1128.             Left = 6
  1129.             Top = 20
  1130.             Width = 257
  1131.             Height = 173
  1132.             Hint = 'Enter Text Here'
  1133.             Lines.Strings = (
  1134.               'Memo1')
  1135.             ScrollBars = ssVertical
  1136.             TabOrder = 0
  1137.           end
  1138.           object L22: TMultiMediaEdit
  1139.             Tag = 22
  1140.             Left = 6
  1141.             Top = 210
  1142.             Width = 126
  1143.             Height = 24
  1144.             Hint = 'Attachment'
  1145.             TabOrder = 1
  1146.           end
  1147.           object L23: TEdit
  1148.             Tag = 23
  1149.             Left = 138
  1150.             Top = 210
  1151.             Width = 126
  1152.             Height = 24
  1153.             Hint = 'Enter Text Here'
  1154.             AutoSelect = False
  1155.             TabOrder = 2
  1156.             Text = 'L23'
  1157.           end
  1158.           object L24: TLookup
  1159.             Tag = 24
  1160.             Left = 6
  1161.             Top = 250
  1162.             Width = 126
  1163.             Height = 24
  1164.             Hint = 'Click On The Down Arrow To See The Choices'
  1165.             ItemHeight = 16
  1166.             Sorted = True
  1167.             TabOrder = 3
  1168.             Text = 'L24'
  1169.             Source = 'list9.dbf'
  1170.           end
  1171.           object L25: TLookup
  1172.             Tag = 25
  1173.             Left = 138
  1174.             Top = 250
  1175.             Width = 126
  1176.             Height = 24
  1177.             Hint = 'Click On The Down Arrow To See The Choices'
  1178.             ItemHeight = 16
  1179.             Sorted = True
  1180.             TabOrder = 4
  1181.             Text = 'L25'
  1182.             Source = 'list10.dbf'
  1183.           end
  1184.           object L26: TDateEdit
  1185.             Tag = 26
  1186.             Left = 6
  1187.             Top = 290
  1188.             Width = 126
  1189.             Height = 24
  1190.             Hint = 'Enter Date Here'
  1191.             DateFormat = 'mm/dd/yyyy'
  1192.             Date = '__/__/____'
  1193.             MaxLength = 10
  1194.             TabOrder = 5
  1195.           end
  1196.           object L27: TCurrencyEdit
  1197.             Tag = 27
  1198.             Left = 138
  1199.             Top = 290
  1200.             Width = 126
  1201.             Height = 24
  1202.             Hint = 'Enter Number Here'
  1203.             AutoSelect = False
  1204.             DisplayFormat = ',0.00'
  1205.             Font.Color = clBlue
  1206.             Font.Height = -13
  1207.             Font.Name = 'System'
  1208.             Font.Style = []
  1209.             ParentFont = False
  1210.             TabOrder = 6
  1211.           end
  1212.         end
  1213.       end
  1214.       object TPage
  1215.         Left = 0
  1216.         Top = 0
  1217.         Caption = 'Page 4'
  1218.         object PgL4: TPanel
  1219.           Tag = 2
  1220.           Left = 0
  1221.           Top = 0
  1222.           Width = 272
  1223.           Height = 326
  1224.           Align = alClient
  1225.           BevelInner = bvLowered
  1226.           Font.Color = clBlack
  1227.           Font.Height = -13
  1228.           Font.Name = 'Arial'
  1229.           Font.Style = [fsBold]
  1230.           ParentColor = True
  1231.           ParentFont = False
  1232.           TabOrder = 0
  1233.           object TLabel
  1234.             Left = 8
  1235.             Top = 192
  1236.             Width = 4
  1237.             Height = 16
  1238.           end
  1239.           object Label55: TLabel
  1240.             Tag = 28
  1241.             Left = 6
  1242.             Top = 6
  1243.             Width = 36
  1244.             Height = 14
  1245.             Caption = 'Picture:'
  1246.             Font.Color = clBlack
  1247.             Font.Height = -11
  1248.             Font.Name = 'Arial'
  1249.             Font.Style = []
  1250.             ParentFont = False
  1251.           end
  1252.           object L28: TBmpControl
  1253.             Tag = 28
  1254.             Left = 6
  1255.             Top = 18
  1256.             Width = 257
  1257.             Height = 301
  1258.             Hint = 'Right Mouse Click Displays Menu'
  1259.             Caption = 'L28'
  1260.             TabOrder = 0
  1261.             ShowButtons = True
  1262.           end
  1263.         end
  1264.       end
  1265.     end
  1266.     object Panel1: TPanel
  1267.       Left = 0
  1268.       Top = 340
  1269.       Width = 272
  1270.       Height = 30
  1271.       Align = alBottom
  1272.       BevelInner = bvLowered
  1273.       ParentColor = True
  1274.       TabOrder = 1
  1275.       object PgL_Lbl: TLabel
  1276.         Tag = -1
  1277.         Left = 2
  1278.         Top = 11
  1279.         Width = 38
  1280.         Height = 14
  1281.         AutoSize = False
  1282.         Caption = '999999'
  1283.         Color = clYellow
  1284.         Font.Color = clBlack
  1285.         Font.Height = -11
  1286.         Font.Name = 'Arial'
  1287.         Font.Style = []
  1288.         ParentColor = False
  1289.         ParentFont = False
  1290.       end
  1291.       object B_First: TBitBtn
  1292.         Left = 41
  1293.         Top = 3
  1294.         Width = 24
  1295.         Height = 23
  1296.         Hint = 'GoTo First Page [Ctrl+Home]'
  1297.         Font.Color = clBlack
  1298.         Font.Height = -11
  1299.         Font.Name = 'Arial'
  1300.         Font.Style = [fsBold]
  1301.         ParentFont = False
  1302.         ParentShowHint = False
  1303.         ShowHint = True
  1304.         TabOrder = 0
  1305.         OnClick = B_FirstClick
  1306.         Glyph.Data = {
  1307.           78010000424D7801000000000000760000002800000020000000100000000100
  1308.           04000000000000000000120B0000120B00000000000000000000000000000000
  1309.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1310.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1311.           33333333333333333333333333333333333333333333333333FF333333333333
  1312.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  1313.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  1314.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  1315.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  1316.           000033333373FF77777733333330003333333333333777333333333333333333
  1317.           3333333333333333333333333333333333333333333333333333333333333333
  1318.           33333333333333333333333333333333333333333333333333330000}
  1319.         NumGlyphs = 2
  1320.       end
  1321.       object B_PgUp: TBitBtn
  1322.         Left = 64
  1323.         Top = 3
  1324.         Width = 24
  1325.         Height = 23
  1326.         Hint = 'GoTo Previous Page [Ctrl+PgUp]'
  1327.         Font.Color = clBlack
  1328.         Font.Height = -11
  1329.         Font.Name = 'Arial'
  1330.         Font.Style = [fsBold]
  1331.         ParentFont = False
  1332.         ParentShowHint = False
  1333.         ShowHint = True
  1334.         TabOrder = 1
  1335.         OnClick = B_PgUpClick
  1336.         Glyph.Data = {
  1337.           78010000424D7801000000000000760000002800000020000000100000000100
  1338.           04000000000000000000120B0000120B00000000000000000000000000000000
  1339.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1340.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1341.           33333333333333333333333333333333333333333333333333FF333333333333
  1342.           3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  1343.           E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  1344.           E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  1345.           E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  1346.           000033333373FF77777733333330003333333333333777333333333333333333
  1347.           3333333333333333333333333333333333333333333333333333333333333333
  1348.           33333333333333333333333333333333333333333333333333330000}
  1349.         NumGlyphs = 2
  1350.       end
  1351.       object B_LUndo: TBitBtn
  1352.         Left = 197
  1353.         Top = 3
  1354.         Width = 24
  1355.         Height = 23
  1356.         Hint = 'Undo Changes To Left Record [Ctrl+U]'
  1357.         Font.Color = clBlack
  1358.         Font.Height = -11
  1359.         Font.Name = 'Arial'
  1360.         Font.Style = []
  1361.         ParentFont = False
  1362.         ParentShowHint = False
  1363.         ShowHint = True
  1364.         TabOrder = 4
  1365.         TabStop = False
  1366.         OnClick = L_UndoClick
  1367.         Glyph.Data = {
  1368.           76010000424D7601000000000000760000002800000020000000100000000100
  1369.           04000000000000010000130B0000130B00000000000000000000000000000000
  1370.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1371.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1372.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  1373.           3333333777333777FF33339993707399933333773337F3777FF3399933000339
  1374.           9933377333777F3377F3399333707333993337733337333337FF993333333333
  1375.           399377F33333F333377F993333303333399377F33337FF333373993333707333
  1376.           333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  1377.           999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  1378.           99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  1379.           3393333777333777337333333999993333333333377777333333}
  1380.         NumGlyphs = 2
  1381.       end
  1382.       object B_LPaste: TBitBtn
  1383.         Left = 151
  1384.         Top = 3
  1385.         Width = 24
  1386.         Height = 23
  1387.         Hint = 'Paste From Copy Buffer To Left Record [Ctrl+P]'
  1388.         Font.Color = clBlack
  1389.         Font.Height = -11
  1390.         Font.Name = 'Arial'
  1391.         Font.Style = []
  1392.         ParentFont = False
  1393.         ParentShowHint = False
  1394.         ShowHint = True
  1395.         TabOrder = 2
  1396.         TabStop = False
  1397.         OnClick = B_LPasteClick
  1398.         Glyph.Data = {
  1399.           76010000424D7601000000000000760000002800000020000000100000000100
  1400.           04000000000000010000130B0000130B00000000000000000000000000000000
  1401.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1402.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  1403.           FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  1404.           FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  1405.           FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  1406.           0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  1407.           9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  1408.           9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  1409.           99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  1410.           93337777FF777777733370000000073333333777777773333333}
  1411.         NumGlyphs = 2
  1412.       end
  1413.       object B_LCopy: TBitBtn
  1414.         Left = 174
  1415.         Top = 3
  1416.         Width = 24
  1417.         Height = 23
  1418.         Hint = 'Copy Left Record To Copy Buffer [Ctrl+O]'
  1419.         Font.Color = clBlack
  1420.         Font.Height = -11
  1421.         Font.Name = 'Arial'
  1422.         Font.Style = []
  1423.         ParentFont = False
  1424.         ParentShowHint = False
  1425.         ShowHint = True
  1426.         TabOrder = 3
  1427.         TabStop = False
  1428.         OnClick = B_LCopyClick
  1429.         Glyph.Data = {
  1430.           76010000424D7601000000000000760000002800000020000000100000000100
  1431.           04000000000000010000130B0000130B00000000000000000000000000000000
  1432.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1433.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  1434.           FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  1435.           FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  1436.           007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  1437.           7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  1438.           99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  1439.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  1440.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  1441.           93337FFFF7737777733300000033333333337777773333333333}
  1442.         NumGlyphs = 2
  1443.       end
  1444.       object B_LDelete: TBitBtn
  1445.         Left = 220
  1446.         Top = 3
  1447.         Width = 24
  1448.         Height = 23
  1449.         Hint = 'Delete Left Record [Ctrl+Delete]'
  1450.         Font.Color = clBlack
  1451.         Font.Height = -11
  1452.         Font.Name = 'Arial'
  1453.         Font.Style = []
  1454.         ParentFont = False
  1455.         ParentShowHint = False
  1456.         ShowHint = True
  1457.         TabOrder = 5
  1458.         TabStop = False
  1459.         OnClick = B_LDeleteClick
  1460.         Glyph.Data = {
  1461.           78010000424D7801000000000000760000002800000020000000100000000100
  1462.           04000000000000000000120B0000120B00000000000000000000000000000000
  1463.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1464.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  1465.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  1466.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1467.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  1468.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  1469.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  1470.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  1471.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  1472.           3333333337FFF7F33333333330000033333333333777773333330000}
  1473.         NumGlyphs = 2
  1474.       end
  1475.       object B_LPrint: TBitBtn
  1476.         Left = 243
  1477.         Top = 3
  1478.         Width = 24
  1479.         Height = 23
  1480.         Hint = 'Print Left Record [Ctrl+R]'
  1481.         Font.Color = clBlack
  1482.         Font.Height = -11
  1483.         Font.Name = 'Arial'
  1484.         Font.Style = []
  1485.         ParentFont = False
  1486.         ParentShowHint = False
  1487.         ShowHint = True
  1488.         TabOrder = 6
  1489.         TabStop = False
  1490.         OnClick = B_LPrintClick
  1491.         Glyph.Data = {
  1492.           78010000424D7801000000000000760000002800000020000000100000000100
  1493.           04000000000000000000120B0000120B00000000000000000000000000000000
  1494.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1495.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  1496.           0003377777777777777308888888888888807F33333333333337088888888888
  1497.           88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  1498.           8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  1499.           8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  1500.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  1501.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  1502.           33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  1503.           33333337FFFF77333333333000000333333333377777733333330000}
  1504.         NumGlyphs = 2
  1505.       end
  1506.     end
  1507.     object TabSet2: TTabSet
  1508.       Left = 0
  1509.       Top = 370
  1510.       Width = 272
  1511.       Height = 20
  1512.       Hint = 'Select Part of the Record [Ctrl+#]'
  1513.       Align = alBottom
  1514.       BackgroundColor = clSilver
  1515.       DitherBackground = False
  1516.       Font.Color = clBlack
  1517.       Font.Height = -11
  1518.       Font.Name = 'Arial'
  1519.       Font.Style = []
  1520.       Tabs.Strings = (
  1521.         'Part 1'
  1522.         'Part 2'
  1523.         'Part 3'
  1524.         'Part 4')
  1525.       TabIndex = 0
  1526.       OnClick = TabSet2Click
  1527.     end
  1528.     object LStatus: TPanel
  1529.       Left = 0
  1530.       Top = 0
  1531.       Width = 272
  1532.       Height = 14
  1533.       Align = alTop
  1534.       BevelInner = bvLowered
  1535.       Caption = 'Read/Write Access'
  1536.       Font.Color = clBlack
  1537.       Font.Height = -11
  1538.       Font.Name = 'Arial'
  1539.       Font.Style = []
  1540.       ParentColor = True
  1541.       ParentFont = False
  1542.       TabOrder = 3
  1543.     end
  1544.   end
  1545.   object PgRight: TPanel
  1546.     Left = 304
  1547.     Top = 0
  1548.     Width = 272
  1549.     Height = 390
  1550.     BevelOuter = bvNone
  1551.     Color = clSilver
  1552.     Font.Color = clWindowText
  1553.     Font.Height = -13
  1554.     Font.Name = 'System'
  1555.     Font.Style = []
  1556.     ParentFont = False
  1557.     TabOrder = 1
  1558.     object Notebook2: TNotebook
  1559.       Left = 0
  1560.       Top = 14
  1561.       Width = 272
  1562.       Height = 326
  1563.       Align = alClient
  1564.       TabOrder = 0
  1565.       object TPage
  1566.         Left = 0
  1567.         Top = 0
  1568.         Caption = 'Page 1'
  1569.         object PgR1: TPanel
  1570.           Left = 0
  1571.           Top = 0
  1572.           Width = 272
  1573.           Height = 326
  1574.           Align = alClient
  1575.           BevelInner = bvLowered
  1576.           Ctl3D = True
  1577.           Font.Color = clBlack
  1578.           Font.Height = -13
  1579.           Font.Name = 'Arial'
  1580.           Font.Style = [fsBold]
  1581.           ParentColor = True
  1582.           ParentCtl3D = False
  1583.           ParentFont = False
  1584.           TabOrder = 0
  1585.           object Label8: TLabel
  1586.             Tag = 1
  1587.             Left = 6
  1588.             Top = 6
  1589.             Width = 90
  1590.             Height = 14
  1591.             Caption = 'Stamp Description:'
  1592.             Font.Color = clBlack
  1593.             Font.Height = -11
  1594.             Font.Name = 'Arial'
  1595.             Font.Style = []
  1596.             ParentFont = False
  1597.           end
  1598.           object Label10: TLabel
  1599.             Tag = 2
  1600.             Left = 6
  1601.             Top = 59
  1602.             Width = 41
  1603.             Height = 14
  1604.             Caption = 'Country:'
  1605.             Font.Color = clBlack
  1606.             Font.Height = -11
  1607.             Font.Name = 'Arial'
  1608.             Font.Style = []
  1609.             ParentFont = False
  1610.           end
  1611.           object Label13: TLabel
  1612.             Tag = 3
  1613.             Left = 6
  1614.             Top = 93
  1615.             Width = 54
  1616.             Height = 14
  1617.             Caption = 'Short Note:'
  1618.             Font.Color = clBlack
  1619.             Font.Height = -11
  1620.             Font.Name = 'Arial'
  1621.             Font.Style = []
  1622.             ParentFont = False
  1623.           end
  1624.           object Label14: TLabel
  1625.             Tag = 4
  1626.             Left = 6
  1627.             Top = 115
  1628.             Width = 48
  1629.             Height = 14
  1630.             Caption = 'Catalog #:'
  1631.             Font.Color = clBlack
  1632.             Font.Height = -11
  1633.             Font.Name = 'Arial'
  1634.             Font.Style = []
  1635.             ParentFont = False
  1636.           end
  1637.           object Label15: TLabel
  1638.             Tag = 5
  1639.             Left = 126
  1640.             Top = 115
  1641.             Width = 47
  1642.             Height = 14
  1643.             Caption = 'Condition:'
  1644.             Font.Color = clBlack
  1645.             Font.Height = -11
  1646.             Font.Name = 'Arial'
  1647.             Font.Style = []
  1648.             ParentFont = False
  1649.           end
  1650.           object Label16: TLabel
  1651.             Tag = 6
  1652.             Left = 6
  1653.             Top = 155
  1654.             Width = 60
  1655.             Height = 14
  1656.             Caption = 'Date Issued:'
  1657.             Font.Color = clBlack
  1658.             Font.Height = -11
  1659.             Font.Name = 'Arial'
  1660.             Font.Style = []
  1661.             ParentFont = False
  1662.           end
  1663.           object Label18: TLabel
  1664.             Tag = 7
  1665.             Left = 6
  1666.             Top = 195
  1667.             Width = 58
  1668.             Height = 15
  1669.             Caption = 'Face Value:'
  1670.             Font.Color = clBlack
  1671.             Font.Height = -11
  1672.             Font.Name = 'Arial'
  1673.             Font.Style = []
  1674.             ParentFont = False
  1675.           end
  1676.           object Label19: TLabel
  1677.             Tag = 8
  1678.             Left = 6
  1679.             Top = 235
  1680.             Width = 25
  1681.             Height = 14
  1682.             Caption = 'Cost:'
  1683.             Font.Color = clBlack
  1684.             Font.Height = -11
  1685.             Font.Name = 'Arial'
  1686.             Font.Style = []
  1687.             ParentFont = False
  1688.           end
  1689.           object Label20: TLabel
  1690.             Tag = 9
  1691.             Left = 6
  1692.             Top = 275
  1693.             Width = 66
  1694.             Height = 14
  1695.             Caption = 'Market Value:'
  1696.             Font.Color = clBlack
  1697.             Font.Height = -11
  1698.             Font.Name = 'Arial'
  1699.             Font.Style = []
  1700.             ParentFont = False
  1701.           end
  1702.           object Label17: TLabel
  1703.             Tag = 10
  1704.             Left = 126
  1705.             Top = 155
  1706.             Width = 64
  1707.             Height = 14
  1708.             Caption = 'Small Picture:'
  1709.             Font.Color = clBlack
  1710.             Font.Height = -11
  1711.             Font.Name = 'Arial'
  1712.             Font.Style = []
  1713.             ParentFont = False
  1714.           end
  1715.           object R1: TEdit
  1716.             Tag = 1
  1717.             Left = 6
  1718.             Top = 20
  1719.             Width = 257
  1720.             Height = 24
  1721.             Hint = 'Enter Text Here'
  1722.             AutoSelect = False
  1723.             TabOrder = 0
  1724.             Text = 'L1'
  1725.           end
  1726.           object R2: TLookup
  1727.             Tag = 2
  1728.             Left = 70
  1729.             Top = 54
  1730.             Width = 193
  1731.             Height = 24
  1732.             Hint = 'Click On The Down Arrow To See The Choices'
  1733.             ItemHeight = 16
  1734.             Sorted = True
  1735.             TabOrder = 1
  1736.             Text = 'L2'
  1737.             Source = 'list1.dbf'
  1738.             Twin = L2
  1739.           end
  1740.           object R3: TEdit
  1741.             Tag = 3
  1742.             Left = 70
  1743.             Top = 88
  1744.             Width = 193
  1745.             Height = 24
  1746.             Hint = 'Enter Text Here'
  1747.             AutoSelect = False
  1748.             TabOrder = 2
  1749.             Text = 'L3'
  1750.           end
  1751.           object R4: TEdit
  1752.             Tag = 4
  1753.             Left = 6
  1754.             Top = 129
  1755.             Width = 115
  1756.             Height = 24
  1757.             Hint = 'Enter Text Here'
  1758.             AutoSelect = False
  1759.             TabOrder = 3
  1760.             Text = 'L4'
  1761.           end
  1762.           object R5: TLookup
  1763.             Tag = 5
  1764.             Left = 126
  1765.             Top = 129
  1766.             Width = 137
  1767.             Height = 24
  1768.             Hint = 'Click On The Down Arrow To See The Choices'
  1769.             ItemHeight = 16
  1770.             Sorted = True
  1771.             TabOrder = 4
  1772.             Text = 'R5'
  1773.             Source = 'list2.dbf'
  1774.             Twin = L5
  1775.           end
  1776.           object R6: TDateEdit
  1777.             Tag = 6
  1778.             Left = 6
  1779.             Top = 169
  1780.             Width = 115
  1781.             Height = 24
  1782.             Hint = 'Enter Date Here'
  1783.             DateFormat = 'mm/dd/yyyy'
  1784.             Date = '__/__/____'
  1785.             MaxLength = 10
  1786.             TabOrder = 5
  1787.           end
  1788.           object R7: TEdit
  1789.             Tag = 7
  1790.             Left = 6
  1791.             Top = 209
  1792.             Width = 115
  1793.             Height = 24
  1794.             Hint = 'Enter Text Here'
  1795.             AutoSelect = False
  1796.             TabOrder = 6
  1797.             Text = 'L7'
  1798.           end
  1799.           object R8: TCurrencyEdit
  1800.             Tag = 8
  1801.             Left = 6
  1802.             Top = 249
  1803.             Width = 115
  1804.             Height = 24
  1805.             Hint = 'Enter Number Here'
  1806.             AutoSelect = False
  1807.             DisplayFormat = ',0.00'
  1808.             Font.Color = clBlue
  1809.             Font.Height = -13
  1810.             Font.Name = 'System'
  1811.             Font.Style = []
  1812.             ParentFont = False
  1813.             TabOrder = 7
  1814.           end
  1815.           object R9: TCurrencyEdit
  1816.             Tag = 9
  1817.             Left = 6
  1818.             Top = 289
  1819.             Width = 115
  1820.             Height = 24
  1821.             Hint = 'Enter Number Here'
  1822.             AutoSelect = False
  1823.             DisplayFormat = ',0.00'
  1824.             Font.Color = clBlue
  1825.             Font.Height = -13
  1826.             Font.Name = 'System'
  1827.             Font.Style = []
  1828.             ParentFont = False
  1829.             TabOrder = 8
  1830.           end
  1831.           object R10: TBmpControl
  1832.             Tag = 10
  1833.             Left = 126
  1834.             Top = 169
  1835.             Width = 138
  1836.             Height = 145
  1837.             Hint = 'Right Mouse Click Displays Menu'
  1838.             Caption = 'L10'
  1839.             TabOrder = 9
  1840.             ShowButtons = False
  1841.           end
  1842.         end
  1843.       end
  1844.       object TPage
  1845.         Left = 0
  1846.         Top = 0
  1847.         Caption = 'Page 2'
  1848.         object PgR2: TPanel
  1849.           Tag = 1
  1850.           Left = 0
  1851.           Top = 0
  1852.           Width = 272
  1853.           Height = 326
  1854.           Align = alClient
  1855.           BevelInner = bvLowered
  1856.           Font.Color = clBlack
  1857.           Font.Height = -13
  1858.           Font.Name = 'Arial'
  1859.           Font.Style = [fsBold]
  1860.           ParentColor = True
  1861.           ParentFont = False
  1862.           TabOrder = 0
  1863.           object Label31: TLabel
  1864.             Tag = 11
  1865.             Left = 6
  1866.             Top = 17
  1867.             Width = 59
  1868.             Height = 14
  1869.             Caption = 'Paper Color:'
  1870.             Font.Color = clBlack
  1871.             Font.Height = -11
  1872.             Font.Name = 'Arial'
  1873.             Font.Style = []
  1874.             ParentFont = False
  1875.           end
  1876.           object Label32: TLabel
  1877.             Tag = 12
  1878.             Left = 6
  1879.             Top = 48
  1880.             Width = 55
  1881.             Height = 14
  1882.             Caption = 'Watermark:'
  1883.             Font.Color = clBlack
  1884.             Font.Height = -11
  1885.             Font.Name = 'Arial'
  1886.             Font.Style = []
  1887.             ParentFont = False
  1888.           end
  1889.           object Label33: TLabel
  1890.             Tag = 13
  1891.             Left = 6
  1892.             Top = 79
  1893.             Width = 33
  1894.             Height = 14
  1895.             Caption = 'Errors:'
  1896.             Font.Color = clBlack
  1897.             Font.Height = -11
  1898.             Font.Name = 'Arial'
  1899.             Font.Style = []
  1900.             ParentFont = False
  1901.           end
  1902.           object Label34: TLabel
  1903.             Tag = 14
  1904.             Left = 6
  1905.             Top = 110
  1906.             Width = 47
  1907.             Height = 14
  1908.             Caption = 'Comment:'
  1909.             Font.Color = clBlack
  1910.             Font.Height = -11
  1911.             Font.Name = 'Arial'
  1912.             Font.Style = []
  1913.             ParentFont = False
  1914.           end
  1915.           object Label35: TLabel
  1916.             Tag = 15
  1917.             Left = 6
  1918.             Top = 141
  1919.             Width = 27
  1920.             Height = 14
  1921.             Caption = 'Type:'
  1922.             Font.Color = clBlack
  1923.             Font.Height = -11
  1924.             Font.Name = 'Arial'
  1925.             Font.Style = []
  1926.             ParentFont = False
  1927.           end
  1928.           object Label36: TLabel
  1929.             Tag = 16
  1930.             Left = 6
  1931.             Top = 172
  1932.             Width = 36
  1933.             Height = 14
  1934.             Caption = 'Format:'
  1935.             Font.Color = clBlack
  1936.             Font.Height = -11
  1937.             Font.Name = 'Arial'
  1938.             Font.Style = []
  1939.             ParentFont = False
  1940.           end
  1941.           object Label37: TLabel
  1942.             Tag = 17
  1943.             Left = 6
  1944.             Top = 203
  1945.             Width = 31
  1946.             Height = 14
  1947.             Caption = 'Paper:'
  1948.             Font.Color = clBlack
  1949.             Font.Height = -11
  1950.             Font.Name = 'Arial'
  1951.             Font.Style = []
  1952.             ParentFont = False
  1953.           end
  1954.           object Label38: TLabel
  1955.             Tag = 18
  1956.             Left = 6
  1957.             Top = 234
  1958.             Width = 25
  1959.             Height = 14
  1960.             Caption = 'Gum:'
  1961.             Font.Color = clBlack
  1962.             Font.Height = -11
  1963.             Font.Name = 'Arial'
  1964.             Font.Style = []
  1965.             ParentFont = False
  1966.           end
  1967.           object Label39: TLabel
  1968.             Tag = 19
  1969.             Left = 6
  1970.             Top = 265
  1971.             Width = 61
  1972.             Height = 14
  1973.             Caption = 'Cancellation:'
  1974.             Font.Color = clBlack
  1975.             Font.Height = -11
  1976.             Font.Name = 'Arial'
  1977.             Font.Style = []
  1978.             ParentFont = False
  1979.           end
  1980.           object Label40: TLabel
  1981.             Tag = 20
  1982.             Left = 6
  1983.             Top = 297
  1984.             Width = 56
  1985.             Height = 14
  1986.             Caption = 'Perforation:'
  1987.             Font.Color = clBlack
  1988.             Font.Height = -11
  1989.             Font.Name = 'Arial'
  1990.             Font.Style = []
  1991.             ParentFont = False
  1992.           end
  1993.           object R11: TEdit
  1994.             Tag = 11
  1995.             Left = 73
  1996.             Top = 12
  1997.             Width = 190
  1998.             Height = 24
  1999.             Hint = 'Enter Text Here'
  2000.             AutoSelect = False
  2001.             TabOrder = 0
  2002.             Text = 'L11'
  2003.           end
  2004.           object R12: TEdit
  2005.             Tag = 12
  2006.             Left = 73
  2007.             Top = 43
  2008.             Width = 190
  2009.             Height = 24
  2010.             Hint = 'Enter Text Here'
  2011.             AutoSelect = False
  2012.             TabOrder = 1
  2013.             Text = 'L12'
  2014.           end
  2015.           object R13: TEdit
  2016.             Tag = 13
  2017.             Left = 73
  2018.             Top = 74
  2019.             Width = 190
  2020.             Height = 24
  2021.             Hint = 'Enter Text Here'
  2022.             AutoSelect = False
  2023.             TabOrder = 2
  2024.             Text = 'L13'
  2025.           end
  2026.           object R14: TEdit
  2027.             Tag = 14
  2028.             Left = 73
  2029.             Top = 105
  2030.             Width = 190
  2031.             Height = 24
  2032.             Hint = 'Enter Text Here'
  2033.             AutoSelect = False
  2034.             TabOrder = 3
  2035.             Text = 'L14'
  2036.           end
  2037.           object R15: TLookup
  2038.             Tag = 15
  2039.             Left = 73
  2040.             Top = 136
  2041.             Width = 190
  2042.             Height = 24
  2043.             Hint = 'Click On The Down Arrow To See The Choices'
  2044.             ItemHeight = 16
  2045.             Sorted = True
  2046.             TabOrder = 4
  2047.             Text = 'L15'
  2048.             Source = 'list3.dbf'
  2049.             Twin = L15
  2050.           end
  2051.           object R16: TLookup
  2052.             Tag = 16
  2053.             Left = 73
  2054.             Top = 167
  2055.             Width = 190
  2056.             Height = 24
  2057.             Hint = 'Click On The Down Arrow To See The Choices'
  2058.             ItemHeight = 16
  2059.             Sorted = True
  2060.             TabOrder = 5
  2061.             Text = 'L16'
  2062.             Source = 'list4.dbf'
  2063.             Twin = L16
  2064.           end
  2065.           object R17: TLookup
  2066.             Tag = 17
  2067.             Left = 73
  2068.             Top = 198
  2069.             Width = 190
  2070.             Height = 24
  2071.             Hint = 'Click On The Down Arrow To See The Choices'
  2072.             ItemHeight = 16
  2073.             Sorted = True
  2074.             TabOrder = 6
  2075.             Text = 'L17'
  2076.             Source = 'list5.dbf'
  2077.             Twin = L17
  2078.           end
  2079.           object R18: TLookup
  2080.             Tag = 18
  2081.             Left = 73
  2082.             Top = 229
  2083.             Width = 190
  2084.             Height = 24
  2085.             Hint = 'Click On The Down Arrow To See The Choices'
  2086.             ItemHeight = 16
  2087.             Sorted = True
  2088.             TabOrder = 7
  2089.             Text = 'L18'
  2090.             Source = 'list6.dbf'
  2091.             Twin = L18
  2092.           end
  2093.           object R19: TLookup
  2094.             Tag = 19
  2095.             Left = 73
  2096.             Top = 260
  2097.             Width = 190
  2098.             Height = 24
  2099.             Hint = 'Click On The Down Arrow To See The Choices'
  2100.             ItemHeight = 16
  2101.             Sorted = True
  2102.             TabOrder = 8
  2103.             Text = 'L19'
  2104.             Source = 'list7.dbf'
  2105.             Twin = L19
  2106.           end
  2107.           object R20: TLookup
  2108.             Tag = 20
  2109.             Left = 73
  2110.             Top = 292
  2111.             Width = 190
  2112.             Height = 24
  2113.             Hint = 'Click On The Down Arrow To See The Choices'
  2114.             ItemHeight = 16
  2115.             Sorted = True
  2116.             TabOrder = 9
  2117.             Text = 'L20'
  2118.             Source = 'list8.dbf'
  2119.             Twin = L20
  2120.           end
  2121.         end
  2122.       end
  2123.       object TPage
  2124.         Left = 0
  2125.         Top = 0
  2126.         Caption = 'Page 3'
  2127.         object PgR3: TPanel
  2128.           Tag = 2
  2129.           Left = 0
  2130.           Top = 0
  2131.           Width = 272
  2132.           Height = 326
  2133.           Align = alClient
  2134.           BevelInner = bvLowered
  2135.           Font.Color = clBlack
  2136.           Font.Height = -13
  2137.           Font.Name = 'Arial'
  2138.           Font.Style = [fsBold]
  2139.           ParentColor = True
  2140.           ParentFont = False
  2141.           TabOrder = 0
  2142.           object TLabel
  2143.             Left = 8
  2144.             Top = 192
  2145.             Width = 4
  2146.             Height = 16
  2147.           end
  2148.           object Label48: TLabel
  2149.             Tag = 21
  2150.             Left = 6
  2151.             Top = 6
  2152.             Width = 31
  2153.             Height = 14
  2154.             Caption = 'Notes:'
  2155.             Font.Color = clBlack
  2156.             Font.Height = -11
  2157.             Font.Name = 'Arial'
  2158.             Font.Style = []
  2159.             ParentFont = False
  2160.           end
  2161.           object Label49: TLabel
  2162.             Tag = 22
  2163.             Left = 6
  2164.             Top = 196
  2165.             Width = 58
  2166.             Height = 14
  2167.             Caption = 'Attachment:'
  2168.             Font.Color = clBlack
  2169.             Font.Height = -11
  2170.             Font.Name = 'Arial'
  2171.             Font.Style = []
  2172.             ParentFont = False
  2173.           end
  2174.           object Label50: TLabel
  2175.             Tag = 23
  2176.             Left = 138
  2177.             Top = 196
  2178.             Width = 48
  2179.             Height = 14
  2180.             Caption = 'Custom 1:'
  2181.             Font.Color = clBlack
  2182.             Font.Height = -11
  2183.             Font.Name = 'Arial'
  2184.             Font.Style = []
  2185.             ParentFont = False
  2186.           end
  2187.           object Label51: TLabel
  2188.             Tag = 24
  2189.             Left = 6
  2190.             Top = 236
  2191.             Width = 48
  2192.             Height = 14
  2193.             Caption = 'Custom 2:'
  2194.             Font.Color = clBlack
  2195.             Font.Height = -11
  2196.             Font.Name = 'Arial'
  2197.             Font.Style = []
  2198.             ParentFont = False
  2199.           end
  2200.           object Label52: TLabel
  2201.             Tag = 25
  2202.             Left = 138
  2203.             Top = 236
  2204.             Width = 48
  2205.             Height = 14
  2206.             Caption = 'Custom 3:'
  2207.             Font.Color = clBlack
  2208.             Font.Height = -11
  2209.             Font.Name = 'Arial'
  2210.             Font.Style = []
  2211.             ParentFont = False
  2212.           end
  2213.           object Label53: TLabel
  2214.             Tag = 26
  2215.             Left = 6
  2216.             Top = 276
  2217.             Width = 48
  2218.             Height = 14
  2219.             Caption = 'Custom 4:'
  2220.             Font.Color = clBlack
  2221.             Font.Height = -11
  2222.             Font.Name = 'Arial'
  2223.             Font.Style = []
  2224.             ParentFont = False
  2225.           end
  2226.           object Label54: TLabel
  2227.             Tag = 27
  2228.             Left = 138
  2229.             Top = 276
  2230.             Width = 48
  2231.             Height = 14
  2232.             Caption = 'Custom 5:'
  2233.             Font.Color = clBlack
  2234.             Font.Height = -11
  2235.             Font.Name = 'Arial'
  2236.             Font.Style = []
  2237.             ParentFont = False
  2238.           end
  2239.           object R21: TMemo
  2240.             Tag = 21
  2241.             Left = 6
  2242.             Top = 20
  2243.             Width = 257
  2244.             Height = 173
  2245.             Hint = 'Enter Text Here'
  2246.             Lines.Strings = (
  2247.               'Memo1')
  2248.             ScrollBars = ssVertical
  2249.             TabOrder = 0
  2250.           end
  2251.           object R22: TMultiMediaEdit
  2252.             Tag = 22
  2253.             Left = 6
  2254.             Top = 210
  2255.             Width = 126
  2256.             Height = 24
  2257.             Hint = 'Attachment'
  2258.             TabOrder = 1
  2259.           end
  2260.           object R23: TEdit
  2261.             Tag = 23
  2262.             Left = 138
  2263.             Top = 210
  2264.             Width = 126
  2265.             Height = 24
  2266.             Hint = 'Enter Text Here'
  2267.             AutoSelect = False
  2268.             TabOrder = 2
  2269.             Text = 'L23'
  2270.           end
  2271.           object R24: TLookup
  2272.             Tag = 24
  2273.             Left = 6
  2274.             Top = 250
  2275.             Width = 126
  2276.             Height = 24
  2277.             Hint = 'Click On The Down Arrow To See The Choices'
  2278.             ItemHeight = 16
  2279.             Sorted = True
  2280.             TabOrder = 3
  2281.             Text = 'L24'
  2282.             Source = 'list9.dbf'
  2283.             Twin = L24
  2284.           end
  2285.           object R25: TLookup
  2286.             Tag = 25
  2287.             Left = 138
  2288.             Top = 250
  2289.             Width = 126
  2290.             Height = 24
  2291.             Hint = 'Click On The Down Arrow To See The Choices'
  2292.             ItemHeight = 16
  2293.             Sorted = True
  2294.             TabOrder = 4
  2295.             Text = 'L25'
  2296.             Source = 'list10.dbf'
  2297.             Twin = L25
  2298.           end
  2299.           object R26: TDateEdit
  2300.             Tag = 26
  2301.             Left = 6
  2302.             Top = 290
  2303.             Width = 126
  2304.             Height = 24
  2305.             Hint = 'Enter Date Here'
  2306.             DateFormat = 'mm/dd/yyyy'
  2307.             Date = '__/__/____'
  2308.             MaxLength = 10
  2309.             TabOrder = 5
  2310.           end
  2311.           object R27: TCurrencyEdit
  2312.             Tag = 27
  2313.             Left = 138
  2314.             Top = 290
  2315.             Width = 126
  2316.             Height = 24
  2317.             Hint = 'Enter Number Here'
  2318.             AutoSelect = False
  2319.             DisplayFormat = ',0.00'
  2320.             Font.Color = clBlue
  2321.             Font.Height = -13
  2322.             Font.Name = 'System'
  2323.             Font.Style = []
  2324.             ParentFont = False
  2325.             TabOrder = 6
  2326.           end
  2327.         end
  2328.       end
  2329.       object TPage
  2330.         Left = 0
  2331.         Top = 0
  2332.         Caption = 'Page 4'
  2333.         object PgR4: TPanel
  2334.           Tag = 2
  2335.           Left = 0
  2336.           Top = 0
  2337.           Width = 272
  2338.           Height = 326
  2339.           Align = alClient
  2340.           BevelInner = bvLowered
  2341.           Font.Color = clBlack
  2342.           Font.Height = -13
  2343.           Font.Name = 'Arial'
  2344.           Font.Style = [fsBold]
  2345.           ParentColor = True
  2346.           ParentFont = False
  2347.           TabOrder = 0
  2348.           object TLabel
  2349.             Left = 8
  2350.             Top = 192
  2351.             Width = 4
  2352.             Height = 16
  2353.           end
  2354.           object Label56: TLabel
  2355.             Tag = 28
  2356.             Left = 6
  2357.             Top = 6
  2358.             Width = 36
  2359.             Height = 14
  2360.             Caption = 'Picture:'
  2361.             Font.Color = clBlack
  2362.             Font.Height = -11
  2363.             Font.Name = 'Arial'
  2364.             Font.Style = []
  2365.             ParentFont = False
  2366.           end
  2367.           object R28: TBmpControl
  2368.             Tag = 28
  2369.             Left = 6
  2370.             Top = 18
  2371.             Width = 257
  2372.             Height = 301
  2373.             Hint = 'Right Mouse Click Displays Menu'
  2374.             Caption = 'L28'
  2375.             TabOrder = 0
  2376.             ShowButtons = True
  2377.           end
  2378.         end
  2379.       end
  2380.     end
  2381.     object TabSet3: TTabSet
  2382.       Left = 0
  2383.       Top = 370
  2384.       Width = 272
  2385.       Height = 20
  2386.       Hint = 'Select Part of the Record [Alt+#]'
  2387.       Align = alBottom
  2388.       BackgroundColor = clSilver
  2389.       DitherBackground = False
  2390.       Font.Color = clBlack
  2391.       Font.Height = -11
  2392.       Font.Name = 'Arial'
  2393.       Font.Style = []
  2394.       Tabs.Strings = (
  2395.         'Part 1'
  2396.         'Part 2'
  2397.         'Part 3'
  2398.         'Part 4')
  2399.       TabIndex = 0
  2400.       OnClick = TabSet3Click
  2401.     end
  2402.     object Panel2: TPanel
  2403.       Left = 0
  2404.       Top = 340
  2405.       Width = 272
  2406.       Height = 30
  2407.       Align = alBottom
  2408.       BevelInner = bvLowered
  2409.       ParentColor = True
  2410.       TabOrder = 2
  2411.       object PgR_Lbl: TLabel
  2412.         Tag = -1
  2413.         Left = 230
  2414.         Top = 11
  2415.         Width = 38
  2416.         Height = 14
  2417.         Alignment = taRightJustify
  2418.         AutoSize = False
  2419.         Caption = '999999'
  2420.         Color = clYellow
  2421.         Font.Color = clBlack
  2422.         Font.Height = -11
  2423.         Font.Name = 'Arial'
  2424.         Font.Style = []
  2425.         ParentColor = False
  2426.         ParentFont = False
  2427.       end
  2428.       object B_RPrint: TBitBtn
  2429.         Left = 4
  2430.         Top = 3
  2431.         Width = 24
  2432.         Height = 23
  2433.         Hint = 'Print Right Record [Alt+R]'
  2434.         Font.Color = clBlack
  2435.         Font.Height = -11
  2436.         Font.Name = 'Arial'
  2437.         Font.Style = []
  2438.         ParentFont = False
  2439.         ParentShowHint = False
  2440.         ShowHint = True
  2441.         TabOrder = 0
  2442.         TabStop = False
  2443.         OnClick = B_RPrintClick
  2444.         Glyph.Data = {
  2445.           78010000424D7801000000000000760000002800000020000000100000000100
  2446.           04000000000000000000120B0000120B00000000000000000000000000000000
  2447.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2448.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  2449.           0003377777777777777308888888888888807F33333333333337088888888888
  2450.           88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  2451.           8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  2452.           8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  2453.           03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  2454.           03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  2455.           33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  2456.           33333337FFFF77333333333000000333333333377777733333330000}
  2457.         NumGlyphs = 2
  2458.       end
  2459.       object B_RDelete: TBitBtn
  2460.         Left = 27
  2461.         Top = 3
  2462.         Width = 24
  2463.         Height = 23
  2464.         Hint = 'Delete Right Record [Alt+Delete]'
  2465.         Font.Color = clBlack
  2466.         Font.Height = -11
  2467.         Font.Name = 'Arial'
  2468.         Font.Style = []
  2469.         ParentFont = False
  2470.         ParentShowHint = False
  2471.         ShowHint = True
  2472.         TabOrder = 1
  2473.         TabStop = False
  2474.         OnClick = B_RDeleteClick
  2475.         Glyph.Data = {
  2476.           78010000424D7801000000000000760000002800000020000000100000000100
  2477.           04000000000000000000120B0000120B00000000000000000000000000000000
  2478.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2479.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  2480.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  2481.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  2482.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  2483.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  2484.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  2485.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  2486.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  2487.           3333333337FFF7F33333333330000033333333333777773333330000}
  2488.         NumGlyphs = 2
  2489.       end
  2490.       object B_RCopy: TBitBtn
  2491.         Left = 73
  2492.         Top = 3
  2493.         Width = 24
  2494.         Height = 23
  2495.         Hint = 'Copy Right Record To Copy Buffer [Alt+O]'
  2496.         Font.Color = clBlack
  2497.         Font.Height = -11
  2498.         Font.Name = 'Arial'
  2499.         Font.Style = []
  2500.         ParentFont = False
  2501.         ParentShowHint = False
  2502.         ShowHint = True
  2503.         TabOrder = 3
  2504.         TabStop = False
  2505.         OnClick = B_RCopyClick
  2506.         Glyph.Data = {
  2507.           76010000424D7601000000000000760000002800000020000000100000000100
  2508.           04000000000000010000130B0000130B00000000000000000000000000000000
  2509.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2510.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  2511.           FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  2512.           FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  2513.           007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  2514.           7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  2515.           99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  2516.           99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  2517.           99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  2518.           93337FFFF7737777733300000033333333337777773333333333}
  2519.         NumGlyphs = 2
  2520.       end
  2521.       object B_RPaste: TBitBtn
  2522.         Left = 96
  2523.         Top = 3
  2524.         Width = 24
  2525.         Height = 23
  2526.         Hint = 'Paste From Copy Buffer To Right Record [Alt+P]'
  2527.         Font.Color = clBlack
  2528.         Font.Height = -11
  2529.         Font.Name = 'Arial'
  2530.         Font.Style = []
  2531.         ParentFont = False
  2532.         ParentShowHint = False
  2533.         ShowHint = True
  2534.         TabOrder = 4
  2535.         TabStop = False
  2536.         OnClick = B_RPasteClick
  2537.         Glyph.Data = {
  2538.           76010000424D7601000000000000760000002800000020000000100000000100
  2539.           04000000000000010000130B0000130B00000000000000000000000000000000
  2540.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2541.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  2542.           FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  2543.           FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  2544.           FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  2545.           0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  2546.           9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  2547.           9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  2548.           99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  2549.           93337777FF777777733370000000073333333777777773333333}
  2550.         NumGlyphs = 2
  2551.       end
  2552.       object B_RUndo: TBitBtn
  2553.         Left = 50
  2554.         Top = 3
  2555.         Width = 24
  2556.         Height = 23
  2557.         Hint = 'Undo Changes To Right Record [Alt+U]'
  2558.         Font.Color = clBlack
  2559.         Font.Height = -11
  2560.         Font.Name = 'Arial'
  2561.         Font.Style = []
  2562.         ParentFont = False
  2563.         ParentShowHint = False
  2564.         ShowHint = True
  2565.         TabOrder = 2
  2566.         TabStop = False
  2567.         OnClick = B_RUndoClick
  2568.         Glyph.Data = {
  2569.           76010000424D7601000000000000760000002800000020000000100000000100
  2570.           04000000000000010000130B0000130B00000000000000000000000000000000
  2571.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2572.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2573.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  2574.           3333333777333777FF33339993707399933333773337F3777FF3399933000339
  2575.           9933377333777F3377F3399333707333993337733337333337FF993333333333
  2576.           399377F33333F333377F993333303333399377F33337FF333373993333707333
  2577.           333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  2578.           999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  2579.           99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  2580.           3393333777333777337333333999993333333333377777333333}
  2581.         NumGlyphs = 2
  2582.       end
  2583.       object B_PgDn: TBitBtn
  2584.         Left = 182
  2585.         Top = 3
  2586.         Width = 24
  2587.         Height = 23
  2588.         Hint = 'GoTo Next Page [Ctrl+PgDn]'
  2589.         Font.Color = clBlack
  2590.         Font.Height = -11
  2591.         Font.Name = 'Arial'
  2592.         Font.Style = [fsBold]
  2593.         ParentFont = False
  2594.         ParentShowHint = False
  2595.         ShowHint = True
  2596.         TabOrder = 5
  2597.         OnClick = B_PgDnClick
  2598.         Glyph.Data = {
  2599.           78010000424D7801000000000000760000002800000020000000100000000100
  2600.           04000000000000000000120B0000120B00000000000000000000000000000000
  2601.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2602.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2603.           3333333333333333333333333333333333333FFF333333333333000333333333
  2604.           3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  2605.           3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  2606.           0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  2607.           BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  2608.           33337777773FF733333333333300033333333333337773333333333333333333
  2609.           3333333333333333333333333333333333333333333333333333333333333333
  2610.           33333333333333333333333333333333333333333333333333330000}
  2611.         Layout = blGlyphRight
  2612.         NumGlyphs = 2
  2613.       end
  2614.       object B_Last: TBitBtn
  2615.         Left = 205
  2616.         Top = 3
  2617.         Width = 24
  2618.         Height = 23
  2619.         Hint = 'GoTo Last Page [Ctrl+End]'
  2620.         Font.Color = clBlack
  2621.         Font.Height = -11
  2622.         Font.Name = 'Arial'
  2623.         Font.Style = [fsBold]
  2624.         ParentFont = False
  2625.         ParentShowHint = False
  2626.         ShowHint = True
  2627.         TabOrder = 6
  2628.         OnClick = B_LastClick
  2629.         Glyph.Data = {
  2630.           78010000424D7801000000000000760000002800000020000000100000000100
  2631.           04000000000000000000120B0000120B00000000000000000000000000000000
  2632.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2633.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2634.           3333333333333333333333333333333333333FFF333333333333000333333333
  2635.           3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  2636.           3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  2637.           0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  2638.           BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  2639.           33337777773FF733333333333300033333333333337773333333333333333333
  2640.           3333333333333333333333333333333333333333333333333333333333333333
  2641.           33333333333333333333333333333333333333333333333333330000}
  2642.         Layout = blGlyphRight
  2643.         NumGlyphs = 2
  2644.       end
  2645.     end
  2646.     object RStatus: TPanel
  2647.       Left = 0
  2648.       Top = 0
  2649.       Width = 272
  2650.       Height = 14
  2651.       Align = alTop
  2652.       BevelInner = bvLowered
  2653.       Caption = 'Read/Write Access'
  2654.       Font.Color = clBlack
  2655.       Font.Height = -11
  2656.       Font.Name = 'Arial'
  2657.       Font.Style = []
  2658.       ParentColor = True
  2659.       ParentFont = False
  2660.       TabOrder = 3
  2661.     end
  2662.   end
  2663.   object TabSet1: TTabSet
  2664.     Left = 8
  2665.     Top = 424
  2666.     Width = 568
  2667.     Height = 20
  2668.     Hint = 'Click on Tabs to select Menu Bar'
  2669.     BackgroundColor = clBlue
  2670.     DitherBackground = False
  2671.     Font.Color = clBlack
  2672.     Font.Height = -11
  2673.     Font.Name = 'Arial'
  2674.     Font.Style = []
  2675.     ParentShowHint = False
  2676.     ShowHint = True
  2677.     Tabs.Strings = (
  2678.       'Standard'
  2679.       'Advanced')
  2680.     TabIndex = 0
  2681.     OnClick = TabSet1Click
  2682.   end
  2683.   object Panel3: TPanel
  2684.     Left = 9
  2685.     Top = 391
  2686.     Width = 567
  2687.     Height = 34
  2688.     BevelInner = bvLowered
  2689.     Ctl3D = True
  2690.     Font.Color = clBlack
  2691.     Font.Height = -11
  2692.     Font.Name = 'Arial'
  2693.     Font.Style = [fsBold]
  2694.     ParentCtl3D = False
  2695.     ParentFont = False
  2696.     TabOrder = 2
  2697.     object B_Search: TBitBtn
  2698.       Left = 5
  2699.       Top = 4
  2700.       Width = 66
  2701.       Height = 26
  2702.       Hint = 'Find Text'
  2703.       Caption = 'Find'
  2704.       ParentShowHint = False
  2705.       ShowHint = True
  2706.       TabOrder = 0
  2707.       OnClick = B_SearchClick
  2708.       Glyph.Data = {
  2709.         36010000424D3601000000000000760000002800000012000000100000000100
  2710.         040000000000C000000000000000000000000000000000000000000000000000
  2711.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  2712.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888078888888
  2713.         88888800E111880007888888888888A21EE28000007888888888881181118801
  2714.         10078888888888225A2288801100777777888811E111888801100000007888AA
  2715.         5AAA88888010078880078811E11188888800788BB87078AA5AAA888888078888
  2716.         8BB70800F00088888808888888B80822D22288888807B88888B8080000008888
  2717.         8807BBB8888808222222888888007BBB888778AAAAAA8888888077BB88708888
  2718.         8888888888880777700888000000888888888000078888000000}
  2719.     end
  2720.     object B_TOC: TBitBtn
  2721.       Left = 431
  2722.       Top = 4
  2723.       Width = 63
  2724.       Height = 26
  2725.       Hint = 'Return to Table Of Contents'
  2726.       Caption = 'TOC'
  2727.       ParentShowHint = False
  2728.       ShowHint = True
  2729.       TabOrder = 3
  2730.       OnClick = B_TOCClick
  2731.       Glyph.Data = {
  2732.         78010000424D7801000000000000760000002800000020000000100000000100
  2733.         04000000000000000000120B0000120B00000000000000000000000000000000
  2734.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2735.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2736.         33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  2737.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2738.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2739.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2740.         FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  2741.         FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  2742.         C8807FF7777777777FF700000000000000007777777777777777333333333333
  2743.         33333333333333333333333333333333333333333333333333330000}
  2744.       NumGlyphs = 2
  2745.     end
  2746.     object B_New: TBitBtn
  2747.       Left = 253
  2748.       Top = 4
  2749.       Width = 62
  2750.       Height = 26
  2751.       Hint = 'Add New Record'
  2752.       Caption = 'New'
  2753.       ParentShowHint = False
  2754.       ShowHint = True
  2755.       TabOrder = 1
  2756.       OnClick = B_NewClick
  2757.       Glyph.Data = {
  2758.         76010000424D7601000000000000760000002800000020000000100000000100
  2759.         04000000000000010000130B0000130B00000000000000000000000000000000
  2760.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2761.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  2762.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  2763.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  2764.         07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  2765.         07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  2766.         0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  2767.         33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  2768.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  2769.         3BB33773333773333773B333333B3333333B7333333733333337}
  2770.       NumGlyphs = 2
  2771.     end
  2772.     object B_Exit: TBitBtn
  2773.       Left = 504
  2774.       Top = 4
  2775.       Width = 57
  2776.       Height = 26
  2777.       Hint = 'Program Shutdown'
  2778.       Caption = 'Exit'
  2779.       ParentShowHint = False
  2780.       ShowHint = True
  2781.       TabOrder = 4
  2782.       TabStop = False
  2783.       OnClick = B_ExitClick
  2784.       Glyph.Data = {
  2785.         78010000424D7801000000000000760000002800000020000000100000000100
  2786.         04000000000000000000120B0000120B00000000000000000000000000000000
  2787.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2788.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  2789.         03333377777777777F333301111111110333337F333333337F33330111111111
  2790.         0333337F333333337F333301111111110333337F333333337F33330111111111
  2791.         0333337F333333337F333301111111110333337F333333337F33330111111111
  2792.         0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  2793.         0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  2794.         0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  2795.         0333337F377777337F333301111111110333337F333333337F33330111111111
  2796.         0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  2797.       NumGlyphs = 2
  2798.     end
  2799.     object B_Help: TBitBtn
  2800.       Left = 336
  2801.       Top = 4
  2802.       Width = 62
  2803.       Height = 26
  2804.       Hint = 'Display Help Window'
  2805.       Caption = 'Help'
  2806.       ParentShowHint = False
  2807.       ShowHint = True
  2808.       TabOrder = 2
  2809.       OnClick = HelpContents1Click
  2810.       Glyph.Data = {
  2811.         78010000424D7801000000000000760000002800000020000000100000000100
  2812.         04000000000000000000120B0000120B00000000000000000000000000000000
  2813.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2814.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2815.         3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  2816.         33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  2817.         FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  2818.         FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  2819.         FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  2820.         FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  2821.         FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  2822.         3333333773FFFF77333333333FBFBF33333333333777773333330000}
  2823.       NumGlyphs = 2
  2824.     end
  2825.   end
  2826.   object MainMenu1: TMainMenu
  2827.     Left = 499
  2828.     Top = 424
  2829.     object File1: TMenuItem
  2830.       Caption = '&File'
  2831.       object New1: TMenuItem
  2832.         Caption = '&New Record'
  2833.         OnClick = B_NewClick
  2834.       end
  2835.       object PrintRight1: TMenuItem
  2836.         Caption = 'Print &Left Record'
  2837.         OnClick = B_LPrintClick
  2838.       end
  2839.       object PrintRightRecord1: TMenuItem
  2840.         Caption = 'Print &Right Record'
  2841.         OnClick = B_RPrintClick
  2842.       end
  2843.       object TableOfContents1: TMenuItem
  2844.         Caption = '&Table Of Contents'
  2845.         OnClick = B_TOCClick
  2846.       end
  2847.       object Exit1: TMenuItem
  2848.         Caption = 'E&xit'
  2849.         OnClick = B_ExitClick
  2850.       end
  2851.     end
  2852.     object Search1: TMenuItem
  2853.       Caption = '&Search'
  2854.       object Find1: TMenuItem
  2855.         Caption = '&Find'
  2856.         OnClick = B_SearchClick
  2857.       end
  2858.     end
  2859.     object LeftPage1: TMenuItem
  2860.       Caption = '&Move'
  2861.       object First1: TMenuItem
  2862.         Caption = '&First'
  2863.         OnClick = B_FirstClick
  2864.       end
  2865.       object PageUp1: TMenuItem
  2866.         Caption = 'Page&Up'
  2867.         OnClick = B_PgUpClick
  2868.       end
  2869.       object PageDown1: TMenuItem
  2870.         Caption = 'Page&Down'
  2871.         OnClick = B_PgDnClick
  2872.       end
  2873.       object Last1: TMenuItem
  2874.         Caption = '&Last'
  2875.         OnClick = B_LastClick
  2876.       end
  2877.     end
  2878.     object Help1: TMenuItem
  2879.       Caption = '&Help'
  2880.       object HelpContents1: TMenuItem
  2881.         Caption = '&Help Contents'
  2882.         OnClick = HelpContents1Click
  2883.       end
  2884.     end
  2885.   end
  2886.   object PopupMenu1: TPopupMenu
  2887.     OnPopup = PopupMenu1Popup
  2888.     Left = 464
  2889.     Top = 424
  2890.     object LeftRecord1: TMenuItem
  2891.       Caption = 'Left Record:'
  2892.       Enabled = False
  2893.     end
  2894.     object N1: TMenuItem
  2895.       Caption = '-'
  2896.     end
  2897.     object ViewBuffer1: TMenuItem
  2898.       Caption = '&View Copy Buffer'
  2899.       object TMenuItem
  2900.       end
  2901.     end
  2902.     object N4: TMenuItem
  2903.       Caption = '-'
  2904.     end
  2905.     object Paste1: TMenuItem
  2906.       Caption = '&Paste Record'
  2907.       OnClick = B_LPasteClick
  2908.     end
  2909.     object Copy1: TMenuItem
  2910.       Caption = 'C&opy Record'
  2911.       OnClick = B_LCopyClick
  2912.     end
  2913.     object Undo1: TMenuItem
  2914.       Caption = '&Undo Changes'
  2915.       OnClick = L_UndoClick
  2916.     end
  2917.     object Delete1: TMenuItem
  2918.       Caption = '&Delete Record'
  2919.       OnClick = B_LDeleteClick
  2920.     end
  2921.     object Print1: TMenuItem
  2922.       Caption = 'P&rint Record'
  2923.       OnClick = B_LPrintClick
  2924.     end
  2925.     object N6: TMenuItem
  2926.       Caption = '-'
  2927.     end
  2928.     object Help2: TMenuItem
  2929.       Caption = '&Help'
  2930.       OnClick = Help2Click
  2931.     end
  2932.   end
  2933.   object PopupMenu2: TPopupMenu
  2934.     OnPopup = PopupMenu2Popup
  2935.     Left = 432
  2936.     Top = 424
  2937.     object RightRecord1: TMenuItem
  2938.       Caption = 'Right Record :'
  2939.       Enabled = False
  2940.     end
  2941.     object N2: TMenuItem
  2942.       Caption = '-'
  2943.     end
  2944.     object ViewBuffer2: TMenuItem
  2945.       Caption = '&View Copy Buffer'
  2946.       object TMenuItem
  2947.       end
  2948.     end
  2949.     object N3: TMenuItem
  2950.       Caption = '-'
  2951.     end
  2952.     object Paste2: TMenuItem
  2953.       Caption = '&Paste Record'
  2954.       OnClick = B_RPasteClick
  2955.     end
  2956.     object Copy2: TMenuItem
  2957.       Caption = 'C&opy Record'
  2958.       OnClick = B_RCopyClick
  2959.     end
  2960.     object Undo2: TMenuItem
  2961.       Caption = '&Undo Changes'
  2962.       OnClick = B_RUndoClick
  2963.     end
  2964.     object Delete2: TMenuItem
  2965.       Caption = '&Delete Record'
  2966.       OnClick = B_RDeleteClick
  2967.     end
  2968.     object Print2: TMenuItem
  2969.       Caption = 'P&rint Record'
  2970.       OnClick = B_RPrintClick
  2971.     end
  2972.     object N5: TMenuItem
  2973.       Caption = '-'
  2974.     end
  2975.     object Help3: TMenuItem
  2976.       Caption = '&Help'
  2977.       OnClick = Help2Click
  2978.     end
  2979.   end
  2980. end
  2981.